Version

IProvideDataItems<T> Interface Members

The following tables list the members exposed by IProvideDataItems<T>.

Public Properties
 NameDescription
 PropertyDataCountGets the amount of objects in the collection.  
Public Methods
 NameDescription
 MethodAddItemAdds a new object to the collection  
 MethodCreateItemOverloaded. Creates a new object with a default underlying data object.  
 MethodGetDataItemResolves the item at the specified index.  
 MethodInsertItemAdds an item to the collection at a given index.  
 MethodRemoveItemRemoves an object from the collection  
 MethodRemoveRangeRemoves the specified range of items from the collection.  
See Also